/*************轮播插件CSS*************/

.rvc{			

	max-width:810px !important;

	position: relative;

	margin: auto;

}

@media(min-width:1400px){

	.rvc{
		max-width: 950px !important;
	}

}

.rvc .rvc-wrapper{

	overflow: hidden;

}

.rvc .rvc-wrapper ul{

	overflow: hidden;

	position: relative;

}

.rvc .rvc-wrapper ul li{

	width: 148px;

	margin-left: 30px;

	float: left;

	border:1px solid rgba(46,17,8,0.1);

}

.rvc .rvc-wrapper ul li .img-wrapper{

	height: 140px;

	display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

}

.rvc .rvc-wrapper ul  li .img-wrapper img{

	display: none;

}

.rvc .rvc-wrapper ul  li .img-wrapper img:nth-child(1){

	display: block;

}	



.rvc .rvc-wrapper ul  li.hover_img{

	border-color:#fb621c;

}

.rvc .rvc-wrapper ul  li.hover_img .img-wrapper img{

	display:none;

}

.rvc .rvc-wrapper ul  li.hover_img .img-wrapper img:nth-child(2){

	display:block;

}

/*.rvc .rvc-wrapper ul li:hover{

	border-color:#fb621c;

}

.rvc .rvc-wrapper ul li:hover img{

	display: none;

}

.rvc .rvc-wrapper ul li:hover .hover_img{

	display: block;

}*/

.rvc-prv,.rvc-next{

	position: absolute;

	height: 30px;

	top: -80px;

	display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

    cursor: pointer;

}

.rvc-prv{						

	right:70px;			

}

.rvc-next{			

	right: 32px;

}

.rvc-prv .img_hover,.rvc-next .img_hover{

	display: none;

}

.rvc-prv:hover .img_hover,.rvc-next:hover .img_hover{

	display: block;

}

.rvc-prv:hover .img,.rvc-next:hover .img{

	display: none;

}



/*************轮播插件结束CSS*************/



@media(max-width: 992px){

.rvc-prv,.rvc-next{

	top: -45px;

}

.rvc-prv{

	left: 10px !important;



}

.rvc-next{

	right: 10px;

}

.rvc .rvc-wrapper ul li:nth-of-type(odd){

	margin-left: 0px;

}

.rvc .rvc-wrapper ul li:nth-of-type(even){

	margin-right:0px;

}



}